CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 进度条 线程

搜索资源列表

  1. Muti_Thread_Download

    0下载:
  2. 多线程下载开发工具,项目描述:该系统实现了资源的下载、断点续传、删除任务、打开,采用仿照迅雷的模式用表格显示下载任务的目录、文件大小,进度(采用进度条显示),开始时间和结束时间,文本域显示下载的详细信息-Multi-threaded download development tools, Project Descr iption: The system has downloaded resources, HTTP, delete tasks, open, using modeled modes
  3. 所属分类:Java Develop

    • 发布日期:2017-05-08
    • 文件大小:1927923
    • 提供者:邹国威
  1. VC-multi-thread-progress-bar

    0下载:
  2. VC写的多线程进度条,大家自己看看,写的还算可以-VC multi thread progress bar
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:34883
    • 提供者:黎明的曙光
  1. CreateThread

    0下载:
  2. 使用Win32 API创建、销毁线程——控制进度条-Use Win32 API to create, destroy threads- control progress bar
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-17
    • 文件大小:41706
    • 提供者:刘东
  1. MultiThread

    0下载:
  2. 在多线程中使用进度条,是多线程学习的好例子-Use the progress bar in a multi-thread, multi-thread is a good example of learning
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-09
    • 文件大小:1926428
    • 提供者:阿军
  1. vcnettaskthread

    0下载:
  2. 使用VC.NET实现多线程多任务的编写实例,当用户拖动最小化窗口时系统调用此函数取得光标显示。若遇到是1000的倍数时发送消息,更新对应进度条,延缓时间,通知更新进度条,启动第一个进度条工作线程,启动第二个进度条工作线程,并可重置线程,终止线程并初始化进度条。-Use VC.NET write multi-threaded multi-tasking instance, when the user drags the minimized window system calls this func
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:42876
    • 提供者:apudn67
  1. MultiThread

    1下载:
  2. VC++ MultiThread多线程与进度条实例,有vc6.0 IDE环境的可重新编译源码,如截图所示,启动线程后,显示当前计数,并与进度条配合显示,在实际应用中,这是个相当实用的技巧-VC++ MultiThread multithreading and progress bar instance, there vc6.0 IDE environment can recompile the source code, as shown in the screenshot, start thre
  3. 所属分类:Windows Develop

    • 发布日期:2016-04-12
    • 文件大小:18432
    • 提供者:apudn92
  1. Mutex

    0下载:
  2. VC2010-08-25-VC++6.0下利用互斥量同步线程来实现文件读取进度条-VC2010-08-25-VC++6.0 under mutex synchronization of threads to use for file reading progress bar
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-07
    • 文件大小:1173382
    • 提供者:赵栋梁
  1. ppuu12-6

    0下载:
  2. 黑客程序源码 利用WinInet和多线程实现实时显示下载进度条源码-Hacker program source code using the WinInet and multi thread real-time display the download progress bar code
  3. 所属分类:Browser Client

    • 发布日期:2017-04-02
    • 文件大小:43901
    • 提供者:uid
  1. BackgroundWorker

    0下载:
  2. 跨线程BackgroundWorker进度条显示-BackgroundWorker progress bar shows across threads
  3. 所属分类:CSharp

    • 发布日期:2017-04-23
    • 文件大小:37667
    • 提供者:xizh
  1. ThreadSynch

    0下载:
  2. 一个值得一看的VC++多线程运行实例,窗体中一共7条进度条,代表7个线程,通过点击对应的控制按钮,实现各自线程的运行,从新建文件写入字符A到G,来看各个线程的运行状态,虽然每个线程只是完成了一些简单的功能,但确实是一个研究多线程的好范例,如果你是VC新手,那就更应该瞧一下哦。-A worth of VC++ multi-threaded running instance, form a total of 7 progress bar, representatives of seven threa
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:19684
    • 提供者:gpudn51
  1. pstat

    0下载:
  2. VC++利用线程显示进度条,编译时需要mfc42ud.lib,下载后请拷贝到源码根目录下。类似windows2000风格的进度条,不过现在XP上也是这种风格。在运行一些较大程序的时候,我们总期望有一个进度条来显示进度,本例子通过VC线程来实现进度条,很不错的一个例子。-VC++ use thread progress bar is displayed, you need mfc42ud.lib compiled, please download a copy of the source code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:21128
    • 提供者:gpudn54
  1. progress

    1下载:
  2. 多线程控制进度条,发送消息的形式实现,多线程控制进度条。-Multi-threaded control progress bar, to send a message in the form of implementation, multi-threaded control progress bar.
  3. 所属分类:Process-Thread

    • 发布日期:2017-06-10
    • 文件大小:17068945
    • 提供者:韩亮
  1. NetDownMTR

    0下载:
  2. FTP、HTTP 多线程断点续传下载文件VC++源码下载,带进度条显示,里面有一个渐变色的进度条控件类。在下载模块中,支持断点续传,分多线程来下载,输入对应的远程下载地址、本地保存地址、FTP用户名和密码、要保存的文件名、线程数等,点击“Download”按钮后即进度下载状态,一个彩色渐变色的进度条为您适时显示下载进度。-FTP, HTTP multi-threaded HTTP download VC++ source code download, with a progress bar is
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:201747
    • 提供者:wpudn30
  1. Thread

    0下载:
  2. 一个简单实用的例子:在一个对话框中单击按钮开启一个线程执行任务 同步进度条-Thread planned speed
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:17980
    • 提供者:kaisa
  1. frmProgress

    0下载:
  2. C#多线程Progress进度条源码,要点:使用委托和异步调用,刷新进度条,标记为后台进程,在窗口退出时,正常退出。-C# multi-threaded Progress progress bar code, points: use asynchronous delegate invocation, refresh the progress bar, labeled as a background process, when the window exits, exit gracefully.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:12931
    • 提供者:冯华江
  1. C_Sharp_Timer_Thread

    0下载:
  2. 使用WinForm控件建立一个窗口,在窗口中放置3个进度条,利用多线程控制速度,后一个进度条是前一个进度条速度的 1/10。-Multi-thread to control the speed of ProgressBars
  3. 所属分类:CSharp

    • 发布日期:2017-05-03
    • 文件大小:767917
    • 提供者:Matthew
  1. DuoXiancheng

    0下载:
  2. 多线程程序,实现两个进度条的分开控制并显示-duoxiancheng soft
  3. 所属分类:StatusBar

    • 发布日期:2017-05-11
    • 文件大小:2470417
    • 提供者:wang
  1. CreateThread

    0下载:
  2. 演示多线程和单线程的区别;3个进度条动态显示。 -Demonstrate the difference between multi-threaded and single-threaded 3 dynamic display a progress bar.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-16
    • 文件大小:134351
    • 提供者:之路
  1. downloadMulti

    0下载:
  2. android 多线程下载 进度条展示 下载速率-Android multi-threaded download progress bar display download rate
  3. 所属分类:android

    • 发布日期:2017-05-07
    • 文件大小:1334487
    • 提供者:谭智俊
  1. android_multithreaded_music_play

    0下载:
  2. Android多线程断点续传下载+在线播放音乐 带进度条-Android multithreaded HTTP download+ online play music with a progress bar
  3. 所属分类:android

    • 发布日期:2017-05-09
    • 文件大小:1762833
    • 提供者:哈等
« 1 2 ... 4 5 6 7 8 910 »
搜珍网 www.dssz.com